func encoding/binary.dataSize
11 uses
encoding/binary (current package)
binary.go#L259: size = dataSize(v)
binary.go#L261: size = dataSize(v)
binary.go#L296: size = dataSize(v)
binary.go#L298: size = dataSize(v)
binary.go#L406: size := dataSize(v)
binary.go#L435: size := dataSize(v)
binary.go#L462: size := dataSize(v)
binary.go#L671: return dataSize(reflect.Indirect(reflect.ValueOf(v)))
binary.go#L680: func dataSize(v reflect.Value) int {
binary.go#L960: d.offset += dataSize(v)
binary.go#L964: n := dataSize(v)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |